home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 April
/
macformat-049.iso
/
mac
/
Shareware Plus
/
Utilities
/
VideoIN folder
/
scripting
/
sample 1
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-03
|
230 b
|
14 lines
|
[
TEXT/ToyS
]
tell application "VideoIN"
make new document
set win1 to window "Video Input"
select win1
tell win1
activate
videoin full
videoin rgb
videoin saveframe
videoin grayscale
videoin saveframe
close
end tell
end tell